Indexpage

Hidden

Index

Indexpage1

Start

Installation

Follow the steps below to get started with your Site Template:

  1. Unzip the downloaded zip file xxxxx.zip folder
  2. Open folder named main-file
  3. Here you will find assets folders of all files
  4. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  5. Make sure you upload the required files/folders listed below:
    • css - Extra Stylesheets Folder plus Main Stylesheet File
    • images - Images Folder
    • jquery - Javacripts Folder
    • video - Videos Folder
    • .html extension files - main page template File
  6. You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in .html extension files.
  7. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

HTML Structure

Home Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Section One -->
												<section class="section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Section Two -->
												<section class="section-two overflow-hidden" id="section-two">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<div class="Marquee-main overflow-hidden">
												  ...
												</div>
												<!-- Section Three -->
												<section class="section-three overflow-hidden">
												  ...
												</section>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- Section Four -->
												<section class="section-four overflow-hidden">
												  ...
												</section>
												<!-- Section Five -->
												<section class="section-five overflow-hidden">
												  ...
												</section>
												<!-- Section Six -->
												<section class="section-six overflow-hidden">
												  ...
												</section>
												<!-- Section Seven -->
												<section class="section-seven overflow-hidden">
												  ...
												</section>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
About Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- About Section One -->
												<section class="section-main overflow-hidden">
												  ...
												</section>
												<!-- About Section Two -->
												<section class="about-section-two overflow-hidden">
												  ...
												</section>
												<!-- About Section Counter -->
												<section class="section-counter">
												  ...
												</section>
												<!-- About Section Three -->
												<section class="section-three overflow-hidden" id="explore-me">
												  ...
												</section>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- About Section Four -->
												<section class="section-awards overflow-hidden">
												  ...
												</section>
												<!-- About Section Testimonials -->
												<section class="section-six overflow-hidden">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<section class="Marquee-main about-Marquee-main overflow-hidden">
												  ...
												</section>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Services Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Services Section One -->
												<section class="section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<section class="Marquee-main about-Marquee-main overflow-hidden">
												  ...
												</section>
												<!-- Services Section Two -->
												<section class="section-three overflow-hidden">
												  ...
												</section>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- Services Section Three -->
												<section class="section-five section-five-services overflow-hidden">
												  ...
												</section>
												<!-- gallery -->
												<div id="popup2" class="popup-container popup-style-2">
												  ...
												</div>
												<!-- Html video Pop Up -->
												<div class="custom-model-main">
												  ...
												</div>
												<!-- CONTENT PopUp -->
												<div class="modal-wrapper">
												  ...
												</div>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Services Page 2

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Services Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Services Section Two -->
												<section class="section-three overflow-hidden">
												  ...
												</section>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- Services Section Three -->
												<section class="section-five section-five-services overflow-hidden">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Services Page 3

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Services Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Services Section Two -->
												<section class="section-three overflow-hidden">
												  ...
												</section>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Services Page 4

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Services Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Services Section Two -->
												<section class="section-three overflow-hidden">
												  ...
												</section>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- User Branding Marquee Section -->
												<div class="header_full_sec overflow-hidden">
												  ...
												</div>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Services Page 5

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Services Section Two -->
												<div class="wrapper">
												  ...
												</div>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single Services Standard, Single Services Youtube Video, Single Services Vimeo Video, Single Services Gallery Slider, Single Services Sound Cloud Music Pages

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- single Services Section One -->
												<section class="section-main overflow-hidden" id="section-main-id">
												  ...
												</section>
												<!-- single Services Section Two -->
												<section class="section-two-my-services">
												  ...
												</section>
												<!-- single Services Section Three -->
												<section class="section-seven section-seven-single-service overflow-hidden">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Portfolio Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Portfolio Section One -->
												<section class="section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Portfolio Section Two -->
												<section class="section-five section-five-portfolio overflow-hidden">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Portfolio Grid Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu End -->
												<!-- Portfolio Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Portfolio Section Two -->
												<section class="section-five section-five-portfolio overflow-hidden">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<div class="Marquee-main about-Marquee-main overflow-hidden">
												  ...
												</div>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Portfolio Split, Portfolio Split Video, Portfolio Split Slider, Portfolio Split Gallery Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Portfolio Section One -->
												<section class="fixed-sideimg">
												  ...
												</section>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Portfolio Grid Gallery, FullScreen Gallery Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Portfolio Section One -->
												<section class="gems-gallery">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer>
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single portfolio Standard, Single Portfolio Youtube video, Single Portfolio Vimeo video, Single Portfolio Gallery Slider, Single Portfolio Sound Cloud Music,

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- single portfolio Section One -->
												<section class="section-main overflow-hidden" id="section-main-id">
												  ...
												</section>
												<!-- Single Portfolio Section Two -->
												<section class="section-two-my-services">
												  ...
												</section>
												<!-- Single Portfolio Section Three -->
												<section class="section-seven section-seven-single-service overflow-hidden">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blog Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Blog Section One -->
												<section class="section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Blog Section Two -->
												<section class="section-seven overflow-hidden">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blog 2 Grid, Blog 3 Grid Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Blog Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Blog Section Two -->
												<section class="section-seven overflow-hidden">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<div class="Marquee-main about-Marquee-main overflow-hidden">
												  ...
												</div>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blog Right Sidebar, Blog Left Sidebar,Blog FullWidth Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Blog Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Blog Section Two -->
												<section class="section-two-my-services">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer>
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blog list, Blog Compact Metro Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Blog Section One -->
												<section class="single-blog2-section-main overflow-hidden" id="main">
												  ...
												</section>
												<!-- Blog Section Two -->
												<section class="list-blog">
												  ...
												</section>
												<!-- Brands Marquee Section -->
												<div class="Marquee-main about-Marquee-main overflow-hidden">
												  ...
												</div>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer>
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single Blog Standard, Single Blog Youtube video, Single Blog Vimeo Video, Single Blog Gallery Slider, Single sound Cloud Music Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- single blog Section One -->
												<section class="section-main overflow-hidden" id="section-main-id">
												  ...
												</section>
												<!-- single blog Section Two -->
												<section class="section-two-my-services">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer>
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Contact Page

Biogi follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<div class="site_contain"> 
												<!-- The Preloader Before Site Load -->
												<div class="page-loader">
												   <div class="loader"></div>
												   <div class="shadow"></div>
												</div>
												<!-- Main Menu -->
												<header id="top-navbar" class="top-navbar">     
												   <div class="container">
												     ...
												   </div>
												</header>
												<!-- Main Menu End -->
												<!-- Conatct Section One -->
												<section class="section-main contact-section-main overflow-hidden" id="section-main-id">
												  ...
												</section>
												<!-- Conatct Section two -->
												<section class="section-two-my-services">
												  ...
												</section>
												<!-- Marquee Section -->
												<div class="header_full_sec about_header_full_sec">
												  ...
												</div>
												<!-- Footer -->
												<footer class="section-seven overflow-hidden">
												  ...
												</footer>
												<!-- Progress Scroll Bottom To Top -->
												<div class="progress-wrap cursor-pointer">
												  ...
												</div>
												</div>
												<!-- Page Wrapper End -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										

Logo Settings

The Logo Container can be found in the - index.htmlfile

											
												<div class="back-btn">
												<a href="index.html">
												    <img src="assets/images/logo.svg" alt="logo">
												</a>
												</div>
											
										
Favicon

You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:

											
												<link rel="icon" type="image/x-icon" href="assets/images/favicon.svg" >
											
										

Changing Fonts

Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag

											
												<link rel="stylesheet" href="assets/css/swap.css">
											
										

Website Optimization Tips

A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:

  • Image Compression & Optimization

    We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:

    • Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's <img> Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of 1200px x 800px in a Content Size of 300px x 200px as this is unnecessary. Resize it to 300px x 200px
    • Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
    • Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
      For MAC use ImageOptim
      For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
  • CSS & jQuery Minifications

    It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
    For CSS use CSS Minifier and For Javascript use Javascript Minifier.